Suppress warnings for obsolete display-comint-buffer-action (bug#69983)
authorJuri Linkov <juri@linkov.net>
Thu, 25 Apr 2024 17:34:28 +0000 (20:34 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 25 Apr 2024 17:34:28 +0000 (20:34 +0300)
commit598505c4faa7c37133223417172223356ea02e65
treefb9d6787f43c885dc1ada99935282340a4315c39
parent98649236f5eb1d89a60ebb9cc06c71f410f6b347
Suppress warnings for obsolete display-comint-buffer-action (bug#69983)

* lisp/cmuscheme.el (run-scheme, switch-to-scheme):
* lisp/shell.el (shell):
* lisp/eshell/eshell.el (eshell):
* lisp/progmodes/inf-lisp.el (inferior-lisp):
* lisp/progmodes/sh-script.el (sh-show-shell):
* lisp/textmodes/tex-mode.el (tex-display-shell)
(tex-recenter-output-buffer): Add 'with-suppressed-warnings'
to suppress warnings for obsolete options
'display-comint-buffer-action' and 'display-tex-shell-buffer-action'.
lisp/cmuscheme.el
lisp/eshell/eshell.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/sh-script.el
lisp/shell.el
lisp/textmodes/tex-mode.el